I2CMODE=STANDARD_MODE_FAST, FUNC=PIO0_5
I/O configuration for pin PIO0_5/SDA
FUNC | Selects pin function. All other values are reserved. 0 (PIO0_5): Selects function PIO0_5 (open-drain pin). 1 (SDA): Selects I2C function SDA (open-drain pin). |
I2CMODE | Selects I2C mode. Select Standard mode (I2CMODE = 00, default) or Standard I/O functionality (I2CMODE = 01) if the pin function is GPIO (FUNC = 000). 0 (STANDARD_MODE_FAST): Standard mode/ Fast-mode I2C. 1 (STANDARD_IO_FUNCTION): Standard I/O functionality 2 (FAST_MODE_PLUS_I2C): Fast-mode Plus I2C 3 (RESERVED_): Reserved. |
RESERVED | Reserved. |